stop code

英 [stɒp kəʊd] 美 [stɑːp koʊd]

网络  终止码; 停止代码; 停机码; 代码的第一部分是停机码; 停止码

计算机



双语例句

  1. Ksplice uses the stop_machine feature ( or its equivalent, depending on your flavor of UNIX) to prepare to splice new code.
    Ksplice使用stopmachine特性(根据UNIX风格,也可能是等效的其他特性)准备拼接新代码。
  2. Pay special attention to the try/ catch statement; because startElement() uses a special exception to stop parsing, the code must recognizes that it is not an error.
    特别要注意try/catch语句;因为startElement()使用特殊异常来停止解析,所以代码必须识别那不是一个错误。
  3. Next, so that the design debt withdrawals can stop, the development team must attain the ability to write more maintainable code.
    接下来,因为设计债问题可以停止,所以开发团队必须获取书写更具维护性的代码的能力。
  4. If you stop a Code Review run early, all of the findings detected before you stopped it will remain for your analysis.
    如果你停止CodeReview运行,所有在你停止它之前检测到的分析结果将会保留下来。
  5. Sometimes a piece of code is called many times, even from different threads, but you only want to stop in that code if a particular condition is met.
    有时有一段代码会得到多次的重复访问,有时甚重由不同的线程访问,但是如果达到某种特定的状况时,您只想停止其中的一段代码。
  6. If we stop calculating as soon as the code compiles and gets checked in, we might ignore the most costly part of creating software& removing defects.
    如果每当代码编译完成并运行通过我们就停止计算的话,我们可能会忽略掉创建软件最重要的部分&消除缺陷。
  7. As the name suggests, a precompiled header file contains object code in a compiled form that is included before the header stop point.
    正如其名称所表示的,预编译头文件在头中止(headerstop)点之前,以一种经过编译的形式包含目标代码。
  8. When you find yourself doing it, stop and ask yourself how you could rewrite the section of code you're copying to be something that you can reuse.
    如果您采用这种方式,请停止这个不良的习惯,然后考虑将这段代码重写为可重用的。
  9. You can now stop worrying about all your code generation templates and write standard ones.
    现在可以不再担心所有的代码生成模板,并且可以编写标准的模板。
  10. Applying changes to managed code is normally a quick process, so there is seldom need to stop code changes in managed code.
    将更改应用到托管代码通常是一个很迅速的过程,因此极少需要在托管代码中停止代码更改。
  11. Duplicating machine with copy stop function can realize the function using code of copy stop.
    具有拷贝防止功能的复印机,可采用拷贝禁止代码方式实现该功能。
  12. When you stop writing code.
    当你不写代码的时候。
  13. So, when react receives a Notify or a "stop" message all of the code for that case is executed.
    因此,当收到一个通知或一个“停止”消息时,所有用于这一情况的代码将被执行。
  14. To see all code and stop at all breakpoints, I can turn just my code debugging off by using the options dialog box.
    若要查看所有代码并在所有断点处停止,可使用“选项”对话框关闭“仅我的代码”调试。
  15. To stop running the application and return to the code editor, on the debug menu, click stop debugging.
    若要停止运行该应用程序并返回到代码编辑器中,请在“调试”菜单上单击“停止调试”。
  16. While code access security might stop malicious code from accessing resources, such code could still read values of your fields or properties that might contain sensitive information.
    虽然代码访问安全性可以阻止恶意代码访问资源,但是,这类代码仍然可以读取字段或属性的值,而这些字段或属性可能包含重要信息。
  17. If it detects no dependent active services, SCM instructs the specified service to stop by forwarding the stop code to the service.
    如果未检测到有其他活动的服务依赖于该服务,scm便会通过将停止代码转发给指定的服务来指示该服务停止运行。
  18. It was previously known that short, tiny control RNA, called antisense RNA, can stop the activity of genes by placing themselves so that "reading" of the code is impeded.
    最初大家都只知道它的序列很短,是极其微小的RNA控制片断,大家叫它为反义RNA,它通过置换作用而阻止抑制基因的活性,从而阻碍密码子的转录与翻译活动。
  19. Edit and continue enables you to stop program execution in break mode, make changes to the executing code, and resume program execution with the newly incorporated changes.
    “编辑并继续”使您能够在中断模式下停止程序执行,对执行的代码进行更改,然后继续执行新合并了更改后的程序。
  20. At that point, you can either undo the changes or stop the debugging session and restart a new session with the edited code.
    此时,可以撤销更改,或停止调试会话并对编辑的代码重新启动新会话。
  21. When you stop paying the bonus, or when they decide they don't care that much about the money, they no longer think that they care about bug free code.
    当你停发红利,或者他们决定不再在意金钱的多寡,他们也就不再认为他们还需要关心程式的品质。
  22. Stop the code execution, make modifications if necessary, and then retry the operation.
    停止代码的执行,进行必要的修改,然后重试操作。
  23. Hotspot doesn't stop profiling your code once is has completed applying an optimization.
    Hotspot不会在完成一次优化后就停止对代码的改动。
  24. It is entirely possible to stop, refactor, be a little behind on features, slam in a few features, not catch up but screw up the code, and loop forever, never getting benefit.
    停下来、重构、稍微落后于特性、专注于少量特性、不赶进度而是优化代码,如此循环往复,却从来不受益;这样的状况完全有可能。